LIST

Syntax: LIST [#ch,] [range *[,rangei]* ] 
Location: QL ROM

This command lists (in ASCII form) the specified range of the currently loaded SuperBASIC program to the specified channel (default #2). range must be in the form:       [[start_line] TO [end_line]]

The default start_line is 1 and the default end_line is 32767, therefore if no range is given, the LISTing range defaults to:  1 TO 32767.

Example:
LIST 100,1000 TO
-- List lines 100 and from 1000 onwards in #2

CROSS-REFERENCE:
When LISTing to a file, this command is the same as SAVE.
DLINE, ED, EDIT, and RENUM are other commands for dealing with a SuperBASIC program in memory.
